home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / feel0_89.lha / Feel / Modules / user.em < prev    next >
Text File  |  1993-07-12  |  260b  |  20 lines

  1. ;; Eulisp Module
  2. ;; Author: pab
  3. ;; File: user.em
  4. ;; Date: Mon Jul 12 10:35:15 1993
  5. ;;
  6. ;; Project:
  7. ;; Description: 
  8. ;;    Very boring module.
  9. ;;    This is where it all starts
  10.  
  11. (defmodule user
  12.   (eulisp0         
  13.    describe
  14.    )
  15.   ()
  16.   
  17.   
  18.   ;; end module
  19.   )
  20.